widget: Fix gtk_widget_focus_all for !focusable
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2020 03:42:02 +0000 (23:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 May 2020 04:11:04 +0000 (00:11 -0400)
commit46bad5d513e4715a912123f825226f3f2b096f06
treecb8fdb8855c4e652c53a4431d92602b38f473179
parentedc31a264c6778274376e892dc38ab186c952c4a
widget: Fix gtk_widget_focus_all for !focusable

This was a case that wasn't handle properly when
the focus is entering from the outside, in forward
direction.
gtk/gtkwidget.c